Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.routing.cleanup.config--listener

This contribution is part of XML component org.nuxeo.ecm.platform.routing.cleanup.config inside nuxeo-routing-core-6.0.jar

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.platform.routing.core.listener.DocumentRoutingWorkflowInstancesCleanup" name="workflowInstancesCleanup">
          <event>workflowInstancesCleanup</event>
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
    <listener async="false" class="org.nuxeo.ecm.platform.routing.core.listener.DocumentRoutingWorkflowInstancesCleanup" name="workflowInstancesCleanup">
      <event>workflowInstancesCleanup</event>
    </listener>
  </extension>